home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / pc / pb / profile.dir / 00014_Script_~go prev bio screen < prev    next >
Text File  |  1997-07-29  |  933b  |  32 lines

  1. global next_bsub,sub_open
  2. on mousedown
  3.   if the timer > 20 then shift_down_left
  4. end
  5. on mouseup
  6.   if the visible of window "textpop.dir" = true then 
  7.     set the visible of window "textpop.dir" to false -- BAR 4.15.97
  8.     set glossontop to false
  9.   end if
  10.   if sub_open = 1 then bio_sub_off
  11.   waitcursor the clickon
  12.   puppettransition 02,2,20, false
  13.   go marker(-1)
  14.   
  15.   dobiorolls(item 3 of the framelabel)
  16.   
  17.   --  dobiorolls(the frame - (marker(next_bsub) - 1))
  18.   
  19.   --  set x = item 3 of next_bsub
  20.   --  set x = integer(x - 1)
  21.   --  put string(x) into item 3 of next_bsub
  22.   
  23.   --  set dont_do_me to next_bsub
  24.   --  do field next_bsub
  25.   --  set x = item 3 of dont_do_me
  26.   
  27.   --  set x = integer(x + 1)
  28.   --  put string(x + 1) into item 3 of dont_do_me
  29.   --  set next_bsub to dont_do_me
  30.   set the cursor of sprite the clickon = [the membernum of member "hand", the membernum of member "hand mask"]
  31. end
  32.